home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / comm / abuser10.zip / ABUSER.EXE / 0 / RCDATA / TOKBOTTOMDLG / TOKBOTTOMDLG.txt
Text File  |  1996-11-14  |  626b  |  34 lines

  1. object OKBottomDlg: TOKBottomDlg
  2.   Left = 376
  3.   Top = 220
  4.   BorderStyle = bsDialog
  5.   Caption = 'Dialog'
  6.   ClientHeight = 69
  7.   ClientWidth = 250
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object Label1: TLabel
  16.     Left = 75
  17.     Top = 10
  18.     Width = 108
  19.     Height = 13
  20.     Caption = 'Wrong password loser.'
  21.   end
  22.   object OKBtn: TButton
  23.     Left = 92
  24.     Top = 38
  25.     Width = 75
  26.     Height = 25
  27.     Caption = 'OK'
  28.     Default = True
  29.     ModalResult = 1
  30.     TabOrder = 0
  31.     OnClick = OKBtnClick
  32.   end
  33. end
  34.